home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / DiceSource / src / dmake / strlist < prev    next >
Text File  |  1993-01-10  |  2KB  |  52 lines

  1. cmdlist.c..
  2. 309 error(FATAL, "bad variable spec in command list for %s", dep->dn_Node.ln_Name);
  3. 361 printf("    %s\n", cmd);
  4.  
  5. convert.c..
  6.  32 error(FATAL, "maximum recursion reached in WildConvert");
  7.  
  8. parse.c..
  9.  67 error(FATAL, "Unable to open %S", fileName);
  10.  90 error(FATAL, "Expected a symbol!");
  11. 304 error(FATAL, "%d items on the left, %d on the right of colon!", nlhs, nrhs);
  12. 397 error(FATAL, "Variable %s does not exist", AltBuf);
  13. 410 error(FATAL, "Bad variable specification after name");
  14. 442 error(FATAL, "Bad variable replacement spec %c", c);
  15. 459 error(FATAL, "Bad variable replacement spec: %c", c);
  16. 492 error(FATAL, "Variable %s does not exist", altBuf);
  17. 505 error(FATAL, "Bad variable specification after name");
  18. 542 error(FATAL, "Bad variable replacement spec %c", c);
  19. 562 error(FATAL, "Bad variable replacement spec: %c", c);
  20. 585 error(FATAL, "Too many levels of variable recursion");
  21. 651 error(FATAL, "Variable %s does not exist", AltBuf);
  22. 662 error(FATAL, "Bad variable specification after name");
  23. 694 error(FATAL, "Bad variable replacement spec %c", c);
  24. 711 error(FATAL, "Bad variable replacement spec: %c", c);
  25. 777 error(FATAL, "newline in control string");
  26. 786 error(FATAL, "Symbol overflow: %s", SymBuf);
  27. 788 error(FATAL, "Expected closing quote");
  28. 809 error(FATAL, "Symbol overflow: %s", SymBuf);
  29. 819 error(FATAL, "Unexpected token");
  30.  
  31. 825    static char *TypeString[] = { "Fatal", "Warning", "Debug" };
  32. 829    printf("%s: %s Line %d: ", FileName, TypeString[type], LineNo);
  33. 833    puts("");
  34.  
  35. main.c..
  36.  50 printf("DMAKE Done.\n");
  37.  52 printf("All Targets up to date.\n");
  38. 105 sprintf(buf, "Bad ToolType: %s", ptr);
  39. 106 switch(AutoRequest(NULL, ITextOf(ptr), ITextOf("Ignore"), ITextOf("Abort"), 0, 0, 300, 40)) {
  40. 176 puts("DMake V2.1 " __DATE__);
  41. 179 error(FATAL, "Expected argument to command line option");
  42. 201 error(FATAL, "Unable to find %s", node->rn_Node.ln_Name);
  43. 237 puts("DMAKE V2.1 (c)Copyright 1991 Matthew Dillon, All Rights Reserved");
  44. 238 puts("DMAKE [-f file] [-n]");
  45.  
  46. run.c..
  47. 130 printf("Unable to cd %s\n", ptr);
  48. 140 printf("Unable to cd %s\n", ptr);
  49. 173 sprintf(cmdArgs, "%s\n\r", cmd + ci);
  50. 237 printf("Exit code %d %s\n", err, (ignore) ? "(Ignored)":"");
  51. 257 printf("Exit code %d %s\n", err, (ignore) ? "(Ignored)":"");
  52.